projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd717ca
)
* nsterm.m (windowDidResignKey:): Set mouse_moved to 0.
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 31 Dec 2013 18:30:18 +0000
(19:30 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 31 Dec 2013 18:30:18 +0000
(19:30 +0100)
Fixes: debbugs:8421
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d17191df9d0125ab15e3b7f21fdea252295ca7e0..a363ce331fa1715e5974ad290af8698088655b0e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-12-31 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsterm.m (windowDidResignKey:): Set mouse_moved to 0 (Bug#8421).
+
2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
* w32term.c (w32_initialize): Use LCID and LOWORD.
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 635f57946b20e3b2479c6e31dc551c007d0f3a16..8d08dc877ee9d020ed901ae2ed8bc7e2c46e38b9 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-5950,6
+5950,7
@@
if (cols > 0 && rows > 0)
if (is_focus_frame)
dpyinfo->x_focus_frame = 0;
+ emacsframe->mouse_moved = 0;
ns_frame_rehighlight (emacsframe);
/* FIXME: for some reason needed on second and subsequent clicks away